(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/arossupport.h>
APTR RemoveSList()
SYNOPSIS
APTR * list
APTR node

FUNCTION
Remove the node from a single linked list.

INPUTS
list
Pointer to the pointer which contains the first element of the single linked list.
node
The node which is to be removed.
RESULT
Returns the node if it was in the list.

NOTES
This function is not part of a library and may thus be called any time.

EXAMPLE
@atend

BUGS
SEE ALSO
INTERNALS
HISTORY
01.04.1997 ldp
Remove multiple includes warning
27.03.1997 digulla
Removed AROS/compiler/aros/

Removed logs

Added comments

Replaced proto/aros.h by proto/arossupport.h and the like

Makefile is less noisy now, too

27.03.1997 ldp
libaros.a -> libarossupport.a